# Sylver Shyne GTK2 Theme
# Built on the XFce & Smooth Engine
# by Patrick Yavitz

include "iconrc"
gtk-icon-sizes = "panel-menu=24,24"
style "default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 10
    GtkCheckButton::indicator_size    = 13
    GtkMenuItem::selected_shadow_type = out
    GtkPaned::handle_full_size        = 1
    GtkPaned::handle_size             = 8
    GtkRadioButton::indicator_size    = 13
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 1
    GtkScrollbar::min_slider_length   = 20
    GtkSpinButton::shadow_type        = out
    GtkWidget::internal_padding       = 0
    GtkWidget::focus_padding          = 2
    GtkWidget::focus-line-width       = 1
    GtkWidget::interior_focus         = 5
    GtkMenuBar::shadow_type           = none
    GtkToolbar::shadow_type           = none
    GtkButton::child_displacement_x   = 0
    GtkButton::child_displacement_y   = 0
    GtkOptionMenu::indicator_size = { 6, 6 }
    GtkOptionMenu::indicator_spacing = { 0, 6, 0, 0 }
    GtkTreeView::odd_row_color = "#E9EAE4"


    xthickness = 2
    ythickness = 2

    base[ACTIVE]      = "#B7C5CB"
    base[INSENSITIVE] = "#7F9096"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#dadada"
    base[SELECTED]    = "#7F9096"

    bg[ACTIVE]        = "#E6E6E6"
    bg[INSENSITIVE]   = "#ECECEC"
    bg[NORMAL]        = "#ECECEC"
    bg[PRELIGHT]      = "#E6E6E6"
    bg[SELECTED]      = "#B7C5CB"

    fg[ACTIVE]        = "#7F9096"
    fg[INSENSITIVE]   = "#8B9DA5"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#000000"
    fg[SELECTED]      = "#000000"

    text[ACTIVE]      = "#000000"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"

   engine "smooth" {
      fill {
        style=gradient
        quadratic = false
        hdirection = vertical
        vdirection = vertical
        color1[PRELIGHT] = "#EEEEEE"
        color2[PRELIGHT] = "#ECECEC"
        color1[SELECTED] = "#ECECEC"
        color2[SELECTED] = "#EEEEEE"
        color1[NORMAL]   = "#F3F3F3"
        color2[NORMAL]   = "#DEDEDE"
        color1[INSENSITIVE] = "#EAEAEA"
        color2[INSENSITIVE] = "#D5D5D5"
      }

    line {
        style=flat
        thickness=1
    }

   grip {
        style=dots_out
        toolbar_overlap = FALSE
        line {
          style=flat
          thickness=2
        }
    check {
        style=clean
        motif=true
        line {
           style=smooth
           thickness=2
       }
    option {
        style=flat
        motif=true
       line {
          style=flat
          thickness=2
      }
    arrow {
      style=wonderland
      solid=TRUE
      etched=FALSE
    }
    tab_style = round
  }
}widget_class "*"                   style "default"

style "xfce-colored" = "xfce-default"
{
    xthickness = 3
    ythickness = 2

    bg[ACTIVE]        = "#ECECEC"
    bg[PRELIGHT]      = "#EEEEEE"

    fg[ACTIVE]        = "#000000"
    fg[PRELIGHT]      = "#686868"

    text[ACTIVE]      = "#000000"
    text[PRELIGHT]    = "#ffffff"

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.20
            shade_end = 0.90
        }
    }
}

widget_class "*List*"              style "xfce-colored"
class "*List*"                     style "xfce-colored"
widget_class "*Text*"              style "xfce-colored"
class "*Text*"                     style "xfce-colored"
widget_class "*Entry*"             style "xfce-colored"
class "*Entry*"                    style "xfce-colored"

style "xfce-menubar" = "xfce-colored"
{
    xthickness = 2
    ythickness = 2

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.05
            shade_end = 0.95
        }
    }
}

widget_class "*BonoboDockItem*"    style "xfce-menubar"
class "*BonoboDockItem*"           style "xfce-menubar"
widget_class "*HandleBox*"         style "xfce-menubar"
class "*HandleBox*"                style "xfce-menubar"
widget_class "*Tool*"              style "xfce-menubar"
class "*Tool*"                     style "xfce-menubar"
widget_class "*MenuBar*"           style "xfce-menubar"
class "*MenuBar*"                  style "xfce-menubar"

style "xfce-menuitem" = "xfce-colored"
{
    xthickness = 2
    ythickness = 2

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.20
            shade_end = 0.90
        }
    }
}

widget_class "*MenuItem*"          style "xfce-menuitem"
class "*MenuItem*"                 style "xfce-menuitem"

style "xfce-scrollbar" = "xfce-default"
{
    xthickness = 2
    ythickness = 2

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.10
            shade_end = 0.95
        }
    }
}
widget_class "*Scrollbar*"         style "xfce-scrollbar"
class "*Scrollbar*"                style "xfce-scrollbar"

style "xfce-button" = "xfce-colored"
{
    xthickness = 2
    ythickness = 2

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.20
            shade_end = 0.95
        }
    }
}
widget_class "*Button*"            style "xfce-button"
class "*Button*"                   style "xfce-button"
widget_class "*button*"            style "xfce-button"
class "*button*"                   style "xfce-button"
widget_class "*OptionMenu*"        style "xfce-button"
class "*OptionMenu*"               style "xfce-button"
widget_class "*Tree*"              style "xfce-button"
class "*Tree*"                     style "xfce-button"
widget_class "*Scale*"             style "xfce-button"
class "*Scale*"                    style "xfce-button"

style "xfce-progress" = "xfce-colored"
{
    xthickness = 1
    ythickness = 1

    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.65
            shade_end = 0.80
        }
    }
}
widget_class "*Progress*"          style "xfce-progress"
class "*Progress*"                 style "xfce-progress"

###########################################
# Check & Radio Button
###########################################
#
style "check-radio" {
   bg[PRELIGHT]	= "#ECECEC"
   bg[ACTIVE]        = "#E6E6E6"
   bg[INSENSITIVE]   = "#ECECEC"
   fg[PRELIGHT]      = "#000000"
   text[NORMAL]      = "#758EAD"
   text[PRELIGHT]    = "#000000"
   text[SELECTED]    = "#000000"
   engine "smooth" {
      fill {
        style=shaded
        hdirection = vertical
        vdirection = horizontal
        shade1 = 1.1
        shade2 = 0.9
      }
    line {
        style=flat
        thickness=0
    }
   grip {
        style=dots_in
        toolbar_overlap = flase
        line {
          style=smooth
          thickness=0
        }
    check {
        style=flat
        motif=false
        line {
           style=smooth
           thickness=0
       }
    option {
        style=flat
        motif=false
       line {
          style=flat
          thickness=0
    }
  }
}  
}widget_class "*CheckButton*"       style "check-radio"
class "*CheckButton*"              style "check-radio"
widget_class "*RadioButton*"       style "check-radio"
class "*RadioButton*"              style "check-radio"

style "xfce-titlebar"
{
    bg[SELECTED]      = "#8B9DA5"
    fg[SELECTED]      = "#ffffff"
    bg[ACTIVE]        = "#EEEEEE"
    fg[NORMAL]        = "#999999"
}
widget "xfwm"                      style "xfce-titlebar"
class "MetaFrames"                 style "xfce-titlebar"
widget_class "MetaFrames"          style "xfce-titlebar"

style "metacity-frame"
{
	###### GTK Style Colours ######
	bg[SELECTED]		= "#7F9096"
	
	###### Theme Engine Style ######
	engine "smooth" {
		fill {
			style		= gradient
			hdirection	= vertical
			vdirection	= horizontal
			
        color1[PRELIGHT] = "#EEEEEE"
        color2[PRELIGHT] = "#ECECEC"
        color1[SELECTED] = "#ECECEC"
        color2[SELECTED] = "#EEEEEE"
        color1[NORMAL]   = "#E3ECE5"
        color2[NORMAL]   = "#EEEEEE"
        color1[INSENSITIVE] = "#ECECEC"
        color2[INSENSITIVE] = "#B2CBC0"
		}

		line {
			style		= smooth
			thickness	= 2
		}
	}
}
class "MetaFrames" style "metacity-frame"
widget_class "MetaFrames" style "metacity-frame"